Return Statement
The return statement is optional. There are no restrictions on the number of return statements, or their placement. A function can return from any point in it's execution.